DefConst ( 'k_infoSoupName, "info:EnRouteN1" );

DefConst ( 'k_ixKey,
	{	
	structure: 'slot,
	path:      's_Key,
	type:      'string,
	} );

DefConst ( 'k_tagInfoKind,
	{	
	structure: 'slot,
	path:      'infoKind,		// '_popSave
	type:      'tags,
	} );

DefConst ( 'k_infoSoupDef,
	{
	name: k_infoSoupName,	// string that identifies this soup to the system

	userName: LocObj ( "EnRoute POP info", 'soupDefs.popInfoName ),

	ownerApp: kAppSymbol,		// application symbol

	ownerAppName: LocObj ( "EnRoute internet POP list", 'soupDefs.popVisibleName ),
			// user-visible name of app that owns this soup

	userDescr: LocObj ( "The EnRoute Internet transport saves POP read mail info here.", 'soupDefs.popDescription ),
			// user-visible string describing soup

	indexes: [		// indexSpecs - default indexes
		k_ixKey,
		k_tagInfoKind,
		],
	} );
